翻訳と辞書
Words near each other
・ Platt Bridge
・ Platt Bridge railway station
・ Platt Bridge, Wigan
・ Platt Brothers
・ Platt Cliffs
・ Platt College
・ Platt College (Colorado)
・ Platt College (San Diego)
・ Platt D. Babbitt
・ Platt Fields Park
・ Platt Hill State Park
・ Platt Island
・ Platt Music
・ Platt Rogers
・ Platt Rogers Spencer
Platt scaling
・ Platt Technical High School
・ Platt Whitman
・ Platt's Eyot
・ Platt's Heath
・ Platt, Austria
・ Platt, Florida
・ Platt, Kent
・ Platt-Cady Mansion
・ Platt-LePage Aircraft Company
・ Platt-LePage XR-1
・ Plattberg
・ Platte
・ Platte (Schneeberg)
・ Platte (Steinwald)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Platt scaling : ウィキペディア英語版
Platt scaling

In machine learning, Platt scaling or Platt calibration is a way of transforming the outputs of a classification model into a probability distribution over classes. The method was invented by John Platt in the context of support vector machines,
replacing an earlier method by Vapnik,
but can be applied to other classification models.
Platt scaling works by fitting a logistic regression model to a classifier's scores.
==Description==
Consider the problem of binary classification: for inputs , we want to determine whether they belong to one of two classes, arbitrarily labeled and . We assume that the classification problem will be solved by a real-valued function , by predicting a class label . is arbitrarily chosen to be either zero, or one.}} For many problems, it is convenient to get a probability , i.e. a classification that not only gives an answer, but also a degree of certainty about the answer. Some classification models do not provide such a probability, or give poor probability estimates.
Platt scaling is an algorithm to solve the aforementioned problem. It produces probability estimates
:\mathrm(y=1 | x) = \frac,
i.e., a logistic transformation of the classifier scores , where and are two scalar parameters that are learned by the algorithm. Note that predictions can now be made according to iff ; if , the probability estimates contain a correction compared to the old decision function .
The parameters and are estimated using a maximum likelihood method that optimizes on the same training set as that for the original classifier . To avoid overfitting to this set, a held-out calibration set or cross-validation can be used, but Platt additionally suggests transforming the labels to target probabilities
:t_ = \frac for positive samples (), and
:t_ = \frac for negative samples, .
Here, and are the number of positive and negative samples, resp. This transformation follows by applying Bayes' rule to a model of out-of-sample data that has a uniform prior over the labels.〔
Platt himself suggested using the Levenberg–Marquardt algorithm to optimize the parameters, but a Newton algorithm was later proposed that should be more numerically stable.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Platt scaling」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.